home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1543 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. From: Kay Roemer <roemer@informatik.uni-frankfurt.de>
  2. Posted-Date: Wed, 8 Jun 94 9:09:26 MESZ
  3. Received-Date: Wed, 8 Jun 94 09:09:26 +0200
  4. Message-Id: <9406080709.AA15839@hera.rbi.informatik.uni-frankfurt.de>
  5. Subject: Re: Latest Re-sync
  6. To: ekl@sdf.lonestar.org (Evan K. Langlois) (Evan K. Langlois)
  7. Date: Wed, 8 Jun 94 9:09:26 MESZ
  8. In-Reply-To: <m0qAlBy-000128C@sdf.lonestar.org>; from "Evan K. Langlois" at Jun 6, 94 3:22 pm
  9. Mailer: Elm [revision: 70.85]
  10.  
  11. > There is also a problem with BIOS FS.  My terminal reads AUX for about
  12. > ... well .. it reads until the buffer is empty but then it no longer
  13. > reads any more characters.  I can still send characters, but none are
  14. > read.  This is definately a bug.  I am using MODM0DEV instead of MiNTs
  15. > built-in MODEM1 in order to fix the problem.  MODEM1 is broke, MODM0DEV
  16. > isn't (although it would be nice it MODM0DEV used addroottimeout
  17. > instead of its daemon - it's daemon uses CPU time too - is it polling
  18. > at all?).
  19.  
  20. Add a line
  21.  
  22. checkbttys();
  23.  
  24. to the top of sleep() in proc.c. This cures the problem.
  25.  
  26. Cheers,
  27. Kay.
  28.